@charset "UTF-8";

.wbstn {
    color: #fff;
    background: #33d6bc;
}

.wbstn:hover {
    background: #32e8cc;
}

.pa {
    position: absolute
}

.header {
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #33D6BC;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    position: relative;
    z-index: 99;
}

.header#fixedhd {
    position: fixed;
    width: 100%;
}

.header.on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #33D6BC;
    z-index: 999;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.header .webnav {
    width: 960px;
    margin: 0 auto;
    color: #fff;
    display: block;
}

.header .webnav .nav {
    padding-left: 20px;
    margin-right: 40px;
}

.header .webnav .logoimg {
    float: left;
    margin-right: 60px;
}

.header .webnav .logoimg a {
    background: url("../../images/home/logo1.png") center no-repeat;
    background-size: 100% auto;
    display: block;
    height: 60px;
    width: 88px;
}

.header .webnav .nav a {
    color: #fff;
    margin: 0 8px;
    position: relative;
    font-weight: 400;
}

.header .webnav .search {
    width: 300px;
    height: 46px;
    padding: 2px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    float: left;
}

.header .webnav .search .pptsearch, .header .webnav .search .pptsearchvip{
    width: 270px;
    height: 36px;
    text-indent: 40px;
    background: #33D6BC;
    margin-top: -10px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 18px;
}

.header .webnav .search .pptsearch::-webkit-input-placeholder, .header .webnav .search .pptsearchvip::-webkit-input-placeholder {
    color: #ffffff;
}

.header .webnav .search .webtn {
    background: url(/statics/images/home/search.png) no-repeat center;
    height: 36px;
    width: 57px;
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
    border: none;
}

.header .webnav .login {
}

.header .webnav .login a {
    text-align: center;
    width: 80px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    display: block;
    float: left;
    margin-left: 10px;
    color: #fff;
}

.header .webnav .login a.zc {
    color: #33D6BC;
    background: #FFFFFF;
}

.header .hdlcont {
    float: right;
    position: relative;
}

.header .hdlcont .dlq {
    overflow: hidden;
    padding: 12px 0;
}

.header .hdlcont .dlq a {
    text-align: center;
    width: 80px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    display: block;
    margin-left: 10px;
    color: #fff;
}

.header .hdlcont .dlq a.zc {
    color: #33D6BC;
    border-color: #33d6bc;
    background: #FFFFFF;
}

.header .hdlcont .dlq a.zc:hover {
    border-color: #32e8cc;
    background: #32e8cc;
}

.header .hdlcont .dlh {
    width: 44px;
    height: 44px;
    margin: 8px 0;
}

.header .hdlcont .usercnt {
    width: 44px;
    margin: 0 auto;
}

.header .hdlcont .usercnt i {
    display: block;
}

.header .hdlcont .usercnt i img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.header .hdlcont .down {
    position: absolute;
    top: 40px;
    right: 0;
    padding-top: 20px;
    opacity: 0;
    transition: all 0.3s;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    visibility: hidden;
    z-index: 999;
}

.header .hdlcont .down dl {
    background: #fff;
    width: 180px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

.header .hdlcont .down dt {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-left: 25px;
    line-height: 60px;
    border-bottom: 1px solid #f0f0f0;;
}

.header .hdlcont .down dd a {
    display: block;
    line-height: 44px;
    font-size: 14px;
    color: #666666;
    padding-left: 25px;
}

.header .hdlcont .down dd a em {
    color: #28dec2;
    font-weight: bold;
}

.header .hdlcont .down dd a:hover {
    background: #f0f3f7;
}

.header .hdlcont .username {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    padding-top: 6px;
    height: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.header .hdlcont .usercnt:hover .down {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}

.header.on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.header.on .searchcnt span {
    display: none;
}

.header.on .hdlcont .down {
    top: 12px;
}

.header.on ~ .webnav {
    margin-top: 120px;
}

.header.on .hdlcont .username {
    display: none
}

.header.on .hdlcont .down {
    padding-top: 44px
}


.webnav .more {
    color: #fff;
}

.webnav .more a {
    color: #fff;
    margin: 0 37px;
}

/*.webnav .nav a i{display: block; width: 28px;*/
/*	height: 27px; background: url(/statics/images/home/new.gif) no-repeat center; position: absolute;*/
/*	top: -14px; right: -35px}*/
.bannermain {
    background: #f9f9f9;
    padding-bottom: 30px;
    padding-top: 80px;
}

.bannermain .classcont {
    width: 220px;
    background: #fff;
    margin-right: 20px;
}

.bannermain .classcont .zprt {
    height: 77px;
    position: relative;
}

.bannermain .classcont .zprt:first-child .link > b {
    margin-top: 13px;
}

.bannermain .classcont .tmle {
    height: 100%;
    padding: 10px 0 20px 15px;
}

.bannermain .classcont .tmle i {
    display: block;
    width: 30px;
    float: left;
    padding-top: 12px;
}

.bannermain .classcont .tmle img {
    display: block;
    width: 100%;
}

.bannermain .classcont .link {
    width: 160px;
    float: right;
}

.bannermain .classcont .link b {
    display: block;
    font-size: 16px;
    color: #333333;
    padding-bottom: 12px;
    font-weight: bold;
}

.bannermain .classcont .link span {
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.bannermain .classcont .link span a {
    color: #666;
    margin-right: 8px;
}

.bannermain .subnemu {
    display: none;
    position: absolute;
    left: 100%;
    background: #fff;
    width: 580px;
    height: 205px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    top: 0;
    z-index: 98;
}

.bannermain .subnemu.md {
    top: 50%;
    transform: translateY(-50%);
}

.bannermain .subnemu.bt {
    top: auto;
    bottom: 0;
}

.bannermain .subnemu b {
    display: block;
    line-height: 59px;
    border-bottom: 1px solid #f5f5f5;
    color: #111;
    font-size: 18px;
    padding-left: 30px;
    font-weight: bold;
}

.bannermain .subnemu ul {
    display: block;
    padding-left: 30px;
    overflow: hidden;
    padding-top: 12px;
}

.bannermain .subnemu ul li {
    width: 90px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    float: left;
}

.bannermain .subnemu ul li a {
    color: #666;
}

.bannermain .subnemu ul li a:hover {
    color: #333
}

.bannermain .zprt:hover .subnemu {
    display: block;
}

.bannermain .zprt:hover .subnemu:before {
    width: 20px;
    height: 77px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    content: "";
}

.bannermain .zprt:hover .subnemu.md:before {
    top: 50%;
    transform: translateY(-50%);
}

.bannermain .zprt:hover .subnemu.bt:before {
    top: auto;
    bottom: 0;
}

.bannermain .zprt:hover .tmle {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.banner {
    background: #fff;
    width: 960px;
    float: right;
    max-height: 340px;
    overflow: hidden
}

.banner img {
    display: block;
    width: 100%;
}

.banner .flexslider {
    position: relative;
    overflow: hidden;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 5000px;
    overflow: hidden
}

.banner .flex-control-nav {
    position: absolute;
    bottom: 6px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.banner .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.banner .flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.banner .flex-control-nav .flex-active {
    width: 24px;
}

.banner .flex-direction-nav {
    width: 100%;
    display: none;
    height: 91px
}

.bannermain .mutle {
    display: none;
}

.indvip {
    animation: ghostUpdown 1s infinite alternate;
    -webkit-animation: ghostUpdown 1s infinite alternate;
    -moz-animation: ghostUpdown 4s ease-in-out 0s infinite;
    display: none;
}

.indsvip {
    display: block;
    width: 180px;
    position: fixed;
    bottom: 0;
    right: 0;
    animation: vip-right 2.4s infinite;
    z-index: 9999;
}

.indsvip img {
    display: block;
    width: 100%
}

.indsvip i {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
    width: 22px;
    height: 22px;
}


#appdown {
    width: 100px;
    position: fixed;
    bottom: 170px;
    right: 0;
    z-index: 9999;
}

#appdown img {
    max-width: 160px;
}

#appdown:hover .app-qrcode{
    display: block;
}

.app-qrcode {
    width: 210px;
    height: 245px;
    position: absolute;
    bottom: -150px;
    right: 110px;
    background-color: #fff;
    z-index: -1;
    opacity: 1;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .07);
    display: none;
}

.app-qrcode > div {
    margin: 20px 21px 17px
}

.app-qrcode img {
    display: inline-block;
    width: 168px;
    height: 168px
}

.app-qrcode p {
    text-align: center
}

.app-qrcode .downapp{
    margin-top: 10px;
}

.app-qrcode .downapp a{
    color: #0ec5a1;
}

@keyframes vip-right {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: -10px;
    }
    100% {
        bottom: 0px;
    }
}


.wbmainlist {
    padding-bottom: 36px;
    background: #f9f9f9;
}

.wbmainlist .stitle {
    line-height: 35px;
    overflow: hidden;
}

.wbmainlist .stitle b {
    display: block;
    float: left;
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.wbmainlist .stitle b:before {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 3px;
    height: 20px;
    content: "";
    background: #33d6bc;
}

.wbmainlist .stitle a {
    display: block;
    float: right;
    height: 32px;
    line-height: 32px;
    width: 96px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 0 6px #ddd;
}

.listmain {
    padding: 8px 0;
    margin: 0 -10px;
}

.listmain .zprt {
    width: 224px;
    float: left;
    margin: 15px 10px;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative
}

.listmain .scrollpic {
    overflow: hidden;
    position: relative;
    height: 400px;
    z-index: 0;
}

.listmain .scrollpic a {
    display: block;
    height: 100%;
}

.listmain .scrollpic img.small-sp-image {
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 11;
}

.listmain .scrollpic:hover img.small-sp-image {
    display: none !important;
}

.listmain .scrollpic .pic {
    position: absolute;
    z-index: 6;
    width: 100%;
}

.listmain .scrollpic .pic img {
    display: block;
    width: 100%;
}

.listmain .scrollpic .upscr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 9
}

.listmain .scrollpic .downscr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 9
}

.listmain .info {
    padding: 10px 12px;
    position: relative;
}

.listmain .info p {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #3d3d3d;
}

.listmain .info span {
    display: block;
    font-size: 12px;
    color: #1ed4b7;
    padding-top: 6px;
}

.listmain .info span i {
    color: #ccc;
    vertical-align: middle;
    margin-right: 5px;
}

.listmain .info span ins {
    display: inline-block;
    margin-right: 15px;
}

.listmain .btns {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0px;
    overflow: hidden;
    background: #fff;
    padding: 14px 10px 0;
}

.listmain .btns a {
    display: block;
    float: right;
    width: 154px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    background: #33d6bc;
    position: relative;
}

.listmain .btns a:after {
    content: "立即下载";
    position: absolute;
    width: 154px;
    height: 40px;
    line-height: 40px;
    display: block;
    right: 0;
    top: 0;
    color: #fff
}

.listmain .zprt a.wmxhji {
    display: block;
    text-align: center;
    height: 26px;
    line-height: 26px;
    width: 110px;
    background: #1abd9b;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 1;
    border-radius: 3px;
    margin-left: -50px;
}

.listmain .btns a:hover {
    background: #32e8cc;
}

.listmain .btns em {
    display: block;
    float: left;
    width: 40px;
    cursor: pointer;
    height: 40px;
    border-radius: 3px;
    background: #ebebeb;
    color: #b3b3b3;
    line-height: 40px;
    text-align: center;
}

.listmain .btns em i {
    font-size: 20px;
}

.listmain .btns em i.on {
    color: #ff6464;
}

.listmain .zprt:hover {
    box-shadow: 0 0 26px #ddd;
}

.listmain .zprt.index-topic:hover {
    box-shadow: 0 0 26px #aaa;
}

.listmain .zprt:hover .btns {
    display: block;
}

.listmain .zprt:hover .scrollpic-small {
    margin-top: -10px;
    transition: all 0.2s;
}

.wjcont {
    position: fixed;
    bottom: 0;
    right: -10px;
    z-index: 66;
    width: 220px
}

.wjcont img {
    display: block;
    width: 100%
}

.wjcont i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -15px;
    right: 18px;
    text-align: center;
    color: #000;
    font-size: 25px;
    overflow: hidden;
    cursor: pointer;
}


.vipcont {
    padding: 36px 0 100px;
}

.vipcont .title {
    text-align: center;
    color: #333
}

.vipcont .title span {
    display: block;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
}

.vipcont .title span b {
    color: #1ed4b7;
    margin-right: 10px;
    font-size: 26px;
}

.vipcont .title p {
    display: block;
    font-size: 14px;
    line-height: 28px;
}

.vipcont .cont {
    width: 1280px;
    margin: 40px -18px 0 -30px;
    overflow: hidden;
    zoom: 1;
    padding-left: 40px;
    position: relative;
}

.vipcont .cont ul {
    zoom: 1;
}

.vipcont .cont ul li {
    float: left;
    padding: 40px 0 15px;
}

.vipcont .cont ul li .mmt {
    padding: 78px 30px 0;
    width: 358px;
    box-shadow: 0 0 20px #ddd;
    height: 200px;
    margin: 0 20px;
    background: #fff url(/statics/images/home/szico.png) no-repeat 30px 30px;
    position: relative;
}

.vipcont .cont .user {
    width: 100px;
    position: absolute;
    top: -30px;
    right: 0px;
    text-align: center;
}

.vipcont .cont .user i {
    display: block;
    width: 60px;
    margin: 0 auto;
}

.vipcont .cont .user img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.vipcont .cont .user em {
    display: block;
    font-size: 14px;
    color: #333;
    padding-top: 12px;
}

.vipcont .cont ul li p {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 88px;
}

.vipcont .cont ul li span {
    display: block;
    text-align: right;
    margin-right: -10px;
    color: #ccc;
    font-size: 14px;
}

.vipcont .bbtns {
    position: absolute;
    text-align: center;
    line-height: 36px;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    background: #b2b2b2;
    border-radius: 50%;
    cursor: pointer;
}

.vipcont .bbtns i {
    color: #fff;
}

.vipcont .bbtns:hover {
    background: #1ed4b7;
}

.vipcont .prev {
    left: 0px;
}

.vipcont .next {
    right: 0px;
}

/* 底部 */
.footer {
    padding: 60px 0 55px;
    border-top: 1px solid #f0f0f0;
    min-width: 1200px;
}

.footer .conts {
    width: 1200px;
    margin: 0 auto
}

.footer .conts dl {
    width: 210px;
    float: left;
    padding-left: 75px;
}

.footer .conts dt {
    font-size: 14px;
    color: #111111;
    padding-bottom: 20px;
}

.footer .conts dd {
    line-height: 30px;
}

.footer .conts dd a {
    font-size: 12px;
    color: #999;
}

.footer .conts dd a:hover {
    color: #333;
}

.footer .tel {
    border-left: 1px solid #f0f0f0;
    width: 360px;
    text-align: center;
    float: right;
}

.footer .tel b {
    display: block;
    font-size: 28px;
    color: #111111;
}

.footer .tel em {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding: 12px 0;
    display: block;
}

.footer .tel a {
    display: block;
    background: #33d6bc;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    width: 183px;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
}

.footer .tel a i {
    vertical-align: -4px;
    margin-right: 6px;
    font-size: 22px;
}

.footer .tel a:hover {
    background: #32e8cc;
}

.copyright {
    line-height: 40px;
    color: #b1b1b3;
    font-size: 12px;
    text-align: center;
    background: #f3f5f7;
    min-width: 1200px;
}

.copyright .friend-link {
    width: 1200px;
    margin: 0 auto;
    padding-top: 44px;
    text-align: left;
}

.copyright .friend-link p {
    line-height: 30px;
}

.copyright .friend-link p a {
    color: #aaa;
}

.copyright a:hover {
    color: #333;
}

.copyright p:first-child {
    padding-top: 20px;
}

.copyright .aqyzmedia {
    line-height: 40px;
    margin-top: -20px;
    padding-top: 0 !important;
}

.copyright .beian {
    line-height: 20px;
    margin-top: 0 !important;
    padding-bottom: 34px;
}


/*右侧*/
.rightnemuss {
    position: fixed;
    bottom:  50%;
    right: 0;
    margin-top: -200px;
    z-index: 99999;
    display: none
}

.rightnemuss ul {
    width: 68px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .15);
    position: relative;
}

.rightnemuss li {
    text-align: center;
}

.rightnemuss li ins a {
    display: block;
    color: #999;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    overflow: hidden;
}

.rightnemuss li i {
    display: block;
    line-height: 36px;
    font-size: 26px;
    color: #1ed4b7;
}

.rightnemuss li:hover ins a {
    color: #fff;
    background: #1ed4b7;
}

.rightnemuss li:hover ins i {
    color: #fff;
}

.rightnemuss .kfcont {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    padding-right: 22px;
    height: 100%;
}

.rightnemuss .kfcont .cmmt {
    background: #fff;
    width: 180px;
    height: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}

.rightnemuss .kfcont .kf {
    border-bottom: 1px solid #f5f5f5;
    line-height: 55px;
    text-align: left;
    padding: 10px 0;
}

.rightnemuss .kfcont .kf span {
    display: block;
    font-size: 14px;
}

.rightnemuss .kfcont .kf a {
    display: block;
    padding-left: 28px;
    color: #333;
}

.rightnemuss .kfcont .kf img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.rightnemuss .kfcont .ewm {
    padding-top: 20px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}

.rightnemuss .kfcont .ewm img {
    display: block;
    margin: 0 auto;
}

.rightnemuss .kfcont .ewm em {
    display: block;
    padding-top: 8px;
}

.chatrobox {
    padding-top: 30px;
    visibility: visible;
    border: 0px;
}

.rightnemuss li:hover .kfcont {
    display: block;
    -webkit-animation: fadeInLeft .6s;
    -moz-animation: fadeInLeft .6s;
    -ms-animation: fadeInLeft .6s;
    -o-animation: fadeInLeft .6s;
    animation: fadeInLeft .6s;
}

.rightnemuss .dycont {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    padding-right: 22px;
    height: 100%;
}

.rightnemuss .dycont dl {
    background: #fff;
    width: 300px;
    height: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    padding: 13px 20px 0;
    text-align: left;
}

.rightnemuss .dycont dl i {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.rightnemuss .dycont dl span {
    display: block;
    padding: 8px 0 12px;
}

.rightnemuss .dycont dl .webtxt {
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #333;
    line-height: 45px;
    padding: 0 10px;
    background: #f7f7f7;
    border: none;
}

.rightnemuss .dycont dl textarea {
    width: 100%;
    height: 102px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 5px 10px;
    background: #f7f7f7;
    border: none;
}

.rightnemuss .dycont dl .webtn {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    background: #33d6bc;
    border: none;
    cursor: pointer;
}

.rightnemuss .dycont dl .webtn:hover {
    background: #32e8cc;
}

.rightnemuss li:hover .dycont {
    display: block;
    -webkit-animation: fadeInLeft .6s;
    -moz-animation: fadeInLeft .6s;
    -ms-animation: fadeInLeft .6s;
    -o-animation: fadeInLeft .6s;
    animation: fadeInLeft .6s;
}

.listmain .scrollpic-small .cover {
    display: none;
}

@media (min-width: 1601px) {
    .header .webnav {
        width: 1600px;
        margin: 0 auto;
        color: #fff;
        display: block;
    }

    .header .webnav .logoimg a img {
        margin-top: 15px;
    }

    .header .webnav .login a {
        text-align: center;
        width: 80px;
        height: 36px;
        line-height: 36px;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 4px;
        display: block;
        margin-left: 10px;
        color: #fff;
    }

    .header .webnav .login a.zc {
        color: #33D6BC;
        background: #FFFFFF;
    }

    .header .webnav .nav a {
        color: #fff;
        margin: 0 25px;
        position: relative;
        font-weight: 400;
    }

    .header .webnav .search {
        width: 376px;
        height: 36px;
        padding: 0;
        margin: 12px 0;
        overflow: hidden;
        border-radius: 2px;
        position: relative;
        float: left;
    }

    .header .webnav .search .webtn {
        background: url(/statics/images/home/search.png) no-repeat center;
        height: 36px;
        width: 57px;
        position: absolute;
        right: 5px;
        top: 2px;
        cursor: pointer;
        border: none;
    }

    .header .webnav .search .pptsearch,.header .webnav .search .pptsearchvip {
        display: block;
        width: 374px;
        height: 36px;
        text-indent: 40px;
        background: #33D6BC;
        margin-top: 0;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 18px;
    }

    .bannermain .classcont .zprt {
        height: 85px;
    }

    .bannermain .zprt:hover .subnemu:before {
        height: 85px;
    }

    /*.bannermain .classcont .tmle{ height: 100%; padding: 20px 0 20px 15px;}*/
    .bannermain .classcont .tmle {
        height: 100%;
        padding: 10px 0 10px 15px;
    }

    .bannermain .classcont {
        height: 340px;
        width: 236px;
    }

    .banner {
        width: 1060px;
        float: left
    }

    .bannermain .mutle {
        width: 265px;
        display: block;
    }

    .bannermain .mutle ul {
        margin: -7.5px 0 -7.5px;
        overflow: hidden;
    }

    .bannermain .mutle li {
        height: 105px;
        overflow: hidden;
        margin: 7.5px 0;
        float: left;
        width: 100%;
    }

    .bannermain .mutle li img {
        display: block;
        width: 100%
    }

    .bannermain .mutle li a {
        display: block;
        height: 100px;
        overflow: hidden;
        text-indent: -999999px;
    }

    .bannermain .mutle li a.one {
        background: url("../../images/home/14.jpg");
    }

    .bannermain .mutle li a.two {
        background: url("../../images/home/15.png");
    }

    .bannermain .mutle li a.three {
        background: url("../../images/home/13.png");
    }

    .listmain {
        margin: 0 -12.5px;
    }

    .listmain .zprt {
        width: 300px;
        float: left;
        margin: 20px 12.5px;
    }

    .listmain .scrollpic-small {
        height: 136px;
    }

    .listmain .scrollpic-small a {
        display: block;
    }

    .listmain .scrollpic-small a .cover {
        line-height: 136px;
    }

    .listmain .scrollpic-small img {
        display: block;
        width: 304px;
        height: 136px;
    }

    .listmain .btns a {
        width: 170px;
    }

    .vipcont .cont {
        width: 1416px;
        margin: 40px auto 0;
        overflow: hidden;
        zoom: 1;
        padding-left: 110px;
        position: relative;
    }


    .indvip {
        display: block;
        width: 94px;
        position: fixed;
        top: 10px;
        right: 25px;
    }

    /*.indvip img{width: 100%}*/
    .header.on .indvip {
        display: none
    }

    .indsvip {
        display: none
    }
}


@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 手机端 */

@media (max-width: 768px) {
    /* 底部 */
    .mobile-footer .footer {
        padding: 0;
        height: 46px;
        font-size: 12px;
        text-align: center;
        line-height: 46px;
        color: #A9A9A9;
        background: #F3F5F7;
        min-width: auto;
    }

    /*头部*/
    .mobile-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 18;
    }

    .mobile-header header {
        height: 44px;
        background: #33D6BC;
        position: relative;
        color: #fff;
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
    }

    .mobile-header header .pagename {
        font-size: 18px;
        line-height: 44px;
    }

    .mobile-header .search-box {
        width: 196px;
        height: 24px;
        background: rgba(255, 255, 255, 0.42);
        border-radius: 5px;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -98px;
        overflow: hidden;
    }

    .mobile-header .search-box .webtn {
        background: url(/statics/images/home/search.png) no-repeat center center;
        background-size: 18px;
        height: 24px;
        width: 32px;
        float: left;
        cursor: pointer;
        border: none;
    }

    .mobile-header .search-box .webtxt::-webkit-input-placeholder {
        color: #FEFEFE;
    }

    .mobile-header .search-box .webtxt {
        background: initial;
        height: 100%;
        width: calc(100% - 35px);
        float: left;
        font-size: 12px;
        color: #fff;
        border: none;
    }

    .mobile-header .more-classify {
        display: block;
        line-height: 48px;
        float: right;
        width: 20px;
    }

    /*列表页*/
    .mobile-header header .gohead {
        width: 30px;
        height: 100%;
        display: inline-block;
    }

    .mobile-header header .gohead img {
        width: 9px;
        margin-top: 14px;
    }

    .mobile-header header .list-name {
        position: absolute;
        width: 80px;
        height: 100%;
        text-align: center;
        line-height: 44px;
        top: 0;
        left: 50%;
        margin-left: -40px;
        font-size: 14px;
    }

    .mobile-header header .list-name + .search-box {
        display: none;
    }

    .mobile-header header .search-btn {
        display: block;
        outline: 0;
        width: 30px;
        height: 100%;
        float: right;
        text-align: right;
    }

    .mobile-header header .search-btn img {
        width: 16px;
        margin-top: 14px;
    }

    /*列表页*/
    .mobile-list .allclassify {
        position: fixed;
        top: 44px;
        z-index: 18;
        width: 100%;
        height: 24px;
        padding: 0 10px;
        background: #fff;
    }

    .mobile-list .allclassify li {
        width: 16.6%;
        float: left;
        line-height: 24px;
    }

    .mobile-list .allclassify li .classify-name {
        display: inline-block;
        height: 100%;
        font-size: 14px;
        color: #010101;
        position: relative;
    }

    .mobile-list .allclassify li .classify-name i {
        display: inline-block;
        width: 8px;
        height: 12px;
        background: url(/statics/images/mobile/down.png) no-repeat center center;
        background-size: 8px;
    }

    .mobile-list .allclassify li .classify-name.on i {
        background: url(/statics/images/mobile/downon.png) no-repeat center center;
    }

    .mobile-list .allclassify li .classify-name.on {
        color: #33D6BC;
    }

    .mobile-list .allclassify li .classify-name.on:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #33D6BC;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .mobile-list .allclassify li .classify-name.half {
        color: #33D6BC;
    }

    .mobile-list .allclassify li .classify-list {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .67);
        position: fixed;
        left: 0;
    }

    .mobile-list .allclassify li.on .classify-list {
        display: block;
    }

    .mobile-list .allclassify li.on .classify-list a {
        display: block;
        background: #fff;
        text-align: left;
        width: 100%;
        font-size: 12px;
        padding: 0 10px;
        color: #000;
    }

    .mobile-list .allclassify li.on .classify-list a.active {
        color: #33D6BC;
    }

    .mobile-list .allclassify li.on .classify-name i {
        transform: rotate(180deg);
        height: 8px;
    }

    /*素材列表*/
    .mobile-list .material-list {
        display: block;
        margin-top: 75px;
        padding-bottom: 0;
    }

    .mobile-list .material-list .listmain {
        margin: 0 5px;
    }

    .mobile-list .material-list .listmain .zprt {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }

    .mobile-list .listmain .info p {
        font-size: 12px;
    }

    .mobile-list .listmain .zprt:hover .btns {
        display: none;
    }

    .mobile-list .toTop {
        position: fixed;
        bottom: 250px;
        right: 12px;
        z-index: 20;
    }

    /*详情页*/
    .mobile-header header .show-name {
        width: 80%;
        left: 10%;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-header header .share-btn {
        display: block;
        outline: 0;
        width: 30px;
        height: 100%;
        float: right;
        text-align: right;
    }

    .mobile-header header .share-btn img {
        width: 14px;
        margin-top: 14px;
    }

    .pptdetails {
        margin-top: 44px;
        width: 100%;
        margin-bottom: 25px;
    }

    .pptdetails .webmap {
        padding: 0 0 5px 0;
        font-size: 12px;
    }

    .pptdetails .webmap i {
        width: calc(100% - 150px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .pptdetails .leftcnt .title > p {
        font-size: 12px;
        color: #989898;
    }

    .pptdetails .leftcnt .title > p > span {
        display: inline-block;
        padding: 0;
        line-height: 18px;
    }

    .pptdetails .leftcnt > .title {
        margin-bottom: 10px;
    }

    .pptdetails .leftcnt .title > p > span.showinfol {
        float: left;
    }

    .pptdetails .leftcnt .title > p > span.showinfor {
        float: right;
    }

    .pptdetails .leftcnt {
        width: 100%;
        padding: 0 10px;
    }

    .pptdetails .leftcnt .contms {
        padding: 0;
        background: inherit;
        border: 0;
    }

    .pptdetails .leftcnt .title span {
        padding-top: 0;
        padding-bottom: 15px;
        line-height: 18px;
    }

    .pptdetails .leftcnt .title span i {
        padding-left: 17px;
        color: #75DFCD;
        font-size: 12px;
        margin-right: 13px;
    }

    .pptdetails .leftcnt .title span i.view, .pptdetails .leftcnt .title span i.down {
        background-size: 14px;
    }

    .pptdetails .leftcnt .title {
        padding: 0;
        height: auto;
        background: inherit;
        border: 0;
    }

    .pptdetails .leftcnt .title h1 {
        font-size: 14px;
    }

    .pptdetails .leftcnt .title .videobox {
        overflow: hidden;
        width: 100%;
        height: 260px;
    }

    .pptdetails .leftcnt .contms {
        margin-top: 0;
    }

    .pptdetails .leftcnt .show-desc {
        font-size: 12px;
        margin-top: 13px;
    }

    .pptdetails .leftcnt .pics img {
        width: 100%;
    }

    .pptdetails .wbmainlist {
        display: block;
        width: 100%;
        min-width: auto;
        padding-bottom: 0;
    }

    .pptdetails .wbmainlist .wrap {
        width: 100%;
    }

    .pptdetails .wbmainlist .stitle {
        padding: 0 10px;
        margin-top: 30px;
    }

    .pptdetails .wbmainlist .stitle div {
        border-bottom: 1px solid #BFBFBF;
        margin-bottom: 12px;
        overflow: hidden;
    }

    .pptdetails .wbmainlist .stitle b {
        font-size: 14px;
        color: #010101;
        font-weight: normal;
        padding-left: 0;
    }

    .pptdetails .wbmainlist .stitle b:before {
        display: none;
    }

    .pptdetails .wbmainlist .stitle div a {
        font-size: 12px;
        color: #5C5C5C;
        height: auto;
        line-height: inherit;
        width: auto;
        border-radius: 0;
        text-align: center;
        box-shadow: none;
    }

    .pptdetails .listmain {
        padding: 0;
        margin: 0 5px;
    }

    .pptdetails .listmain .zprt {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }

    .pptdetails .listmain .info p {
        font-size: 12px;
    }

    .temp-msg {
        display: none;
    }

    .mobile-collect {
        display: block;
        width: 100%;
        height: 50px;
        padding: 9px 10px;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #fff;
        z-index: 15;
    }

    .collect-btn {
        width: 168px;
        border-radius: 2px;
        height: 32px;
        background: #1ED4B7;
        color: #fff;
        line-height: 32px;
        text-align: center;
        float: left;
    }

    .collect-btn span {
        background: url("/statics/images/mobile/collect.png") no-repeat left center;
        background-size: 15px;
        padding-left: 23px;
    }

    .collect-btn.on span {
        background: url("/statics/images/mobile/collecton.png") no-repeat left center;
    }

    .down-btn {
        float: right;
        width: 100%;
        border-radius: 2px;
        height: 32px;
        background: #fff;
        border: 1px solid #33D6BC;
        color: #33D6BC;
        line-height: 32px;
        text-align: center;
    }

    .down-btn span {
        background: url("/statics/images/mobile/download.png") no-repeat left center;
        background-size: 12px;
        padding-left: 23px;
    }

    /*首页*/
    .mobile-index {
        display: block;
    }

    .mobile-banner.flexslider {
        position: relative;
        width: 100%;
        height: 104px;
        overflow: hidden;
        margin-top: 44px;
    }

    .mobile-banner ul.slides {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .mobile-banner .slides li:nth-child(1) {
        background: url('/statics/images/mobile/banner1.png') center 100% no-repeat;
        height: 100%;
        background-size: 100%;
    }

    .mobile-banner .slides li:nth-child(2) {
        background: url('/statics/images/mobile/banner2.png') center 100% no-repeat;
        height: 100%;
        background-size: 100%;
    }

    .mobile-banner .slides li:nth-child(3) {
        background: url('/statics/images/mobile/banner3.png') center 100% no-repeat;
        height: 100%;
        background-size: 100%;
    }

    .mobile-banner .slides li:nth-child(4) {
        background: url('/statics/images/mobile/banner4.png') center 100% no-repeat;
        height: 100%;
        background-size: 100%;
    }

    .mobile-banner .slides li a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .mobile-banner .flex-direction-nav {
        display: none;
    }

    .mobile-banner .flex-control-nav {
        position: absolute;
        bottom: 3px;
        z-index: 2;
        width: 100%;
        text-align: center;
    }

    .mobile-banner .flex-control-nav li {
        display: inline-block;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
    }

    .mobile-banner .flex-control-nav a {
        display: inline-block;
        width: 4px;
        height: 4px;
        line-height: 20px;
        overflow: hidden;
        border: 1px solid #ffffff;
        cursor: pointer;
        border-radius: 4px;
        background: #ffffff;
    }

    .mobile-banner .flex-control-nav .flex-active {
        background: #33D6BC;
        border: 1px solid #33D6BC;
    }

    .sourcelist {
        margin-top: 5px;
    }

    .sourcelist .mtitle {
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        padding: 0 10px;
    }

    .sourcelist .mtitle b {
        color: #1ED4B7;
        padding-left: 6px;
        position: relative;
    }

    .sourcelist .mtitle b:before {
        content: "";
        width: 1px;
        height: 16px;
        background: #1ED4B7;
        position: absolute;
        top: 4px;
        left: 0;
    }

    .sourcelist .mtitle .wbstn {
        float: right;
        font-size: 14px;
        background: none;
        color: #5C5C5C;
    }

    .sourcelist .mtitle .wbstn img {
        width: 7px;
    }

    .listmain {
        padding: 0;
        margin: 0 5px;
    }

    .sourcelist .listmain .zprt {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }

    .sourcelist .listmain .info p {
        font-size: 12px;
    }

    /*分类页面*/
    .search-box.classpage {
        width: 330px;
        left: 50%;
        margin-left: -155px;
    }

    .classlist {
        margin-top: 44px;
        padding: 0 10px;
    }

    .classification {
        margin-top: 7px;
        padding: 6px 0;
        border-bottom: 1px solid #E5E5E5;
    }

    .classification span {
        font-size: 16px;
        color: #000;
        position: relative;
        padding-left: 8px;
    }

    .classification span:before {
        content: "";
        width: 1px;
        height: 16px;
        background: #1ED4B7;
        position: absolute;
        top: 4px;
        left: 0;
    }

    .subclassification {
        overflow: hidden;
    }

    .subclassification a {
        float: left;
        color: #000;
        display: inline-block;
        width: 25%;
        height: 32px;
        line-height: 32px;
        border-bottom: 1px solid #E5E5E5;
    }

    .subclassification a:nth-child(13), .subclassification a:nth-child(14), .subclassification a:nth-child(15), .subclassification a:nth-child(16) {
        border-bottom: 0;
    }
}

@keyframes ghostUpdown {
    0% {
        margin-top: 90px;
    }
    100% {
        margin-top: 70px;
    }
}


.wt-db11-alert {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 18;
}

.wt-db11-alert .card {
    width: 580px;
    height: 489px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -290px;
    margin-top: -244px;
}

.wt-db11-alert a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    outline: 0;
}

.wt-db11-alert .card .close {
    display: block;
    width: 29px;
    height: 28px;
    background: url(../../images/close.png);
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
}

.smallimg {
    position: fixed;
    right: 0;
    top: 85%;
    margin-top: -90px;
    z-index: 9999;
    display: none;
}

.ad-618 {
    bottom: 0;
    height: 100%;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.ad-618 a {
    bottom: 0;
    display: block;
    left: 50%;
    margin-left: -50%;
    max-height: 100px;
    pointer-events: auto;
    position: absolute;
    width: 100%;
}

.ad-618 a img {
    display: block;
}

.ad-618 .close {
    background: url("../../images/ad-618-close.png");
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    z-index: 1;
}
.ad-618 .b-right {
    background: url(../../images/618-right.png) center no-repeat;
    width: calc((222/1920) * 100%);
    padding-top: calc((222/1920) * (68/222) * 100%);
    position: absolute;
    right: 13%;
    top: 26%;
    background-size: cover;
    transform: translateY(-50%);
    animation: toBig 0.45s linear;
    animation-iteration-count: infinite;
    animation-direction:alternate;
}

@keyframes toBig {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@media screen and (min-width: 1921px){
    .ad-618 a {
        margin-left: -960px;
    }
}

.mid-autumn {
    bottom: 25px;
    display: block;
    position: fixed;
    right: 25px;
    z-index: 100000;
}

.mid-autumn.on .big {
    opacity: 1;
    pointer-events: auto;
}

.mid-autumn.on .small {
    height: 0;
    opacity: 0;
    pointer-events: none;
    width: 0;
}

.mid-autumn .big {
    background: url("../../images/home/mid-autumn-big.png") no-repeat;
    background-size: 100% auto;
    bottom: 0;
    height: 397px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all linear 0.3s;
    width: 400px;
    z-index: 1111;
}

.mid-autumn .big a {
    background: transparent;
    height: 40px;
    left: 130px;
    pointer-events: auto;
    position: absolute;
    top: 246px;
    width: 134px;
}

.mid-autumn .big .close {
    background: transparent;
    cursor: pointer;
    height: 28px;
    pointer-events: auto;
    position: absolute;
    right: 33px;
    top: 29px;
    width: 28px;
}

.mid-autumn .small {
    background: url("../../images/home/mid-autumn-small.png") no-repeat;
    background-size: 100% auto;
    bottom: 0;
    cursor: pointer;
    height: 184px;
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    right: 0;
    transition: all linear 0.3s;
    width: 100px;
}

.ad-bottom {
    bottom: -158px;
    height: 306px;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 99;
}


.ad-bottom .b-bottom {
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    max-height: 150px;
    pointer-events: auto;
    position: absolute;
    width: 100%;
    display: none;
}


.ad-bottom.on .b-bottom {
    display: block;
    pointer-events: auto;
}

.ad-bottom .bottom_img {
    display: block;
    position: relative;
    top: -156px;
}

.ad-bottom .b-right {
    bottom: 80px;
    cursor: pointer;
    height: 184px;
    display: block;
    pointer-events: auto;
    position: absolute;
    right: 20px;
    transition: all linear 0.3s;
    width: 100px;
}
#systype{
    position: absolute;top: 18px;left: 10px;background: #33D6BC;border: none;color: #fff; line-height: 25px;
}
@media (min-width: 1601px) {
    #systype{
    position: absolute;top: 8px;left: 10px;background: #33D6BC;border: none;color: #fff;line-height: 25px;
}
}